20.05.2011, 16:18
Yes, you should.
1. Error? Well, I don't know your script, so i can only help you in this way:
To avoid error and one warning.
To remove (completley) loose indentation error, on top of your script (below #define <a_samp>), add this smart function
~LetsOWN
1. Error? Well, I don't know your script, so i can only help you in this way:
pawn Код:
OnPlayerText(playerid, text[])
{
if(IsPlayerConnected(playerid)) // Checks if playerid is connected
{
// action what have to be done while player write something..
// try return 1; or without and check, if the warning 225 is appear.
}
return 1;
To remove (completley) loose indentation error, on top of your script (below #define <a_samp>), add this smart function
pawn Код:
#pragma tabsize 0

