24.01.2011, 16:02
You can see my one http://romanius.pastebin.com/rCSUKhtA
use:
It uses packed strings, so it use minimal number of memory
use:
PHP код:
PCMD:heal(playerid, params[], num_params)
{
if(num_params != 2) return SendClientMessage(playerid, 0xFF0000, "USAGE: /heal playerid health");
/// strtok sscanf etc.
SetPlayerHealth(id, health);
return 1;
}