21.08.2009, 17:25
When i type
/\
||
In my gamemode i just crash...When i deleted it || then i didnt crash... Is this a bug or what
Код:
public OnPlayerConnect(playerid)
{
SetTimer("", 60000,2);
SetPlayerScore(playerid, GetPlayerScore(playerid)+1);
}
||
In my gamemode i just crash...When i deleted it || then i didnt crash... Is this a bug or what

