24.03.2011, 23:04
1st thing:
Hello, Can you guys help me?
I have this script:
I want it that if you type /bot without typing nothing then return this text:
Usage: /bot [Bot Namme]
And I want it to set a timer of 30 seconds, after the 30 seconds send a message to all saying %sassault has left the server (Kicked).
2nd Thing:
How I can make a simple NPC which just walk with ryder skin by los santos, (CJ's house)
And if the player is where he is then put on the top of ryder "Hey I'm Jeremy"
Hello, Can you guys help me?
I have this script:
I want it that if you type /bot without typing nothing then return this text:
Usage: /bot [Bot Namme]
And I want it to set a timer of 30 seconds, after the 30 seconds send a message to all saying %sassault has left the server (Kicked).
pawn Код:
if(strcmp(cmdtext, "/bot", true, 3)==0) {
new string[256];
format(string, 256, "%sassault has joined the server.",cmdtext[4]);
SendClientMessageToAll(COLOR_GREY, string);
return 1;
}
How I can make a simple NPC which just walk with ryder skin by los santos, (CJ's house)
And if the player is where he is then put on the top of ryder "Hey I'm Jeremy"