14.03.2013, 09:22
Quote:
Compiling log is clear no warning or errors, but in game the command doesn't work.
|
pawn Код:
forward OnPlayerConnected(playerid);
public OnPlayerConnected(playerid)
{
SendClientMessage(playerid,DARKGREY,"This server runs Shalien's Vehicules FS");
return 1;
}
As for the commands I suggest you to use ZCMD or y_commands. (look them up)