Server lost connection caused by timer(?) [Strange error]
#7

pawn Код:
GangZoneFlashForAll(MotelVZone,(playerid));
Looks like you forgot GetPlayerColor there, but still it should be syntactically correct code. A pair of braces on their own are also syntactically correct and they allow you to do something like this for debugging purposes:

pawn Код:
//if(!IsPlayerConnected(target))
{
    SendClientMessage(target, -1, "Blah");
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)