22.07.2011, 21:17
Quote:
Thanks man, can you make the same code but i can write on the code? Like,
Anything here Anything here Anything here. ect ect.. Like, texts:P |
PHP код:
if(!strcmp(cmdtext, "/info", true))
{
if(IsPlayerConnected(playerid))
{
SendClientMessage(playerid, 0xB0DDE1AA, "IP - ");
SendClientMessage(playerid, 0x7DCED5AA, "MAP - ");
SendClientMessage(playerid, 0x4EC4CEAA, "Host - ");
SendClientMessage(playerid, 0x93D6DCAA, "Gamemode - ");
SendClientMessage(playerid, 0x68C4CDAA, "Scripter - ");
}
return 1;
}