Hi! I'm new to this all scripting-thing (Pawn, Amxx, U name it!)
So I need some help with my first script
I want it something like Suicide Dogs script
PHP Code:
#include <amxmodx>
public client_connect(id){
new playerIQ
get_player_IQ(id,playerIQ)
if(playerIQ < 100 ) {
client_cmd(id,"say I'm too stupid to play;quit")
But when a chosen SteamID connects it uses the
client_cmd command, so I can decide what is going to happend...

Really hope i can get some help on this

(And I hope you understand me!)
//The AnkA