14.09.2015, 02:30
(
Последний раз редактировалось unSatisfied; 14.09.2015 в 15:22.
)
Quote:
|
You should provide us the code to help you. Use the [ pawn ] [ /pawn ] tags and enclose the code within.
|
pawn Код:
public OnGameModeInit()
{
ShowPlayerMarkers(0);
}
CMD:backup(playerid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
SetPlayerMarkerForPlayer(playerid, i, 0xFF0000FF);
SetPlayerMarkerForPlayer(i, playerid, 0xFF0000FF);
}
}


