30.03.2016, 17:38
Quote:
|
El /tp es facil de crear, solo usa los parametros en sscanf como flotantes (osea "fff") y listo, ya sabras como se hace
En cuanto a /rac, tienes puesto el callback OnPlayerCommandPerformed? Si lo tienes, muestramelo |
Aquн estб el OnPlayerCommandPerformed:
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
new string[256];
if(!success)
{
format(string, sizeof string, "El comando que ingresaste no existe.");
SendClientMessage(playerid, COLOR_GRAD2, string);
}
return 1;
}


