24.05.2014, 16:13
Try adding printf at each time you do something in your script.
And describe what you do, for example after "IsPlayerConnected(playerid)" add "printf("Player connected");", and after the beginning of the for loop, add "printf("Entering in the loop !");" etc etc, then check your console and tell us the last printf displayed into.
And describe what you do, for example after "IsPlayerConnected(playerid)" add "printf("Player connected");", and after the beginning of the for loop, add "printf("Entering in the loop !");" etc etc, then check your console and tell us the last printf displayed into.