26.10.2014, 19:16
Hello i have created a /site command.
No errors no warnings, but when i am in game and i am typing /site it does nothing not even "Unknown command"
Here is my code.
No errors no warnings, but when i am in game and i am typing /site it does nothing not even "Unknown command"
Here is my code.
Код:
CMD:site(playerid, params[]) { new name[MAX_PLAYER_NAME], string[589+MAX_PLAYER_NAME]; GetPlayerName(playerid, name,sizeof(name)); format(string, sizeof(string), "{FF9966}[BOT]{FFFFFF}: Hello {FFFF33}%s{FFFFFF}, Our website is {FF0000}www.lscnr-samp.url.ph",name); SendClientMessage(0xFFFFFFF, -1, playerid); return 1; }