Quote:
Originally Posted by RealCop228
Why are you using "strlen"? Just do:
pawn Код:
CMD:test(playerid, params[]) { if(isnull(params)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /test [param]");
SendClientMessage(playerid, 0x123456FF, "This is a test message!"); return 1; }
|
Thanks didn't know that function existed :P
Quote:
Originally Posted by FreshKilla
Use ******'s sscanf its more efficient and easy to use
|
Nah, i don't want to use a plugin, just want a simple include.