29.01.2014, 19:39
pawn Код:
cmdhelloplayerid
{
SendClientMessage(playerid, COLOR_WHITE, "You wrote hello.");
r0
}
cmdhelloplayerid
{
SendClientMessage(playerid, COLOR_WHITE, "You wrote hello.");
r0
}
CMD:hello(playerid, params[])
{
SendClientMessage(playerid, COLOR_WHITE, "You wrote hello.");
return 1;
}
CMD:yourcmdhere(playerid, params[])
{
//Your code here
return 1;
}
CMD:hello(playerid, params[])
{
SendClientMessage(playerid, COLOR_WHITE, "You wrote hello.");
return 1;
}