05.04.2011, 21:30
Esta bien el tutorial, pero no me gusta como te diriges a terceros.
Tu llegaste a ser noob, no? O naciste con todos los conocimientos?
En fin, cada quien.
Buen tutorial.
pawn Код:
if(strcmp(cmdtext, "/yosoynoob", true) == 0)
{
new string[128], J[MAX_PLAYER_NAME];
GetPlayerName(playerid, J, sizeof(J));
format(string, sizeof(string), "Jugador %s es mucho noob", J);
return SendClientMessageToAll(0xFFF000AA, string);
}
En fin, cada quien.
Buen tutorial.