12.03.2014, 07:42
Quote:
Now, we will want to make sure both players are connected, to prevent any bugs. We will use IsPlayerConnected, by doing the following:
Код:
if(!IsPlayerConnected(playerid)) return 0; if(!IsPlayerConnected(issuerid)) return 0; |
Also you should really use [ pawn] tags not [ code ].