21.06.2012, 18:10
Make sure your keyboard setting are right: Press Control + Shift if they're not, as that may screw up your characters.
There you go.
The difference is, that the proper characters are one character, and you've used 2 similar looking characters, which look the same if placed next to each other. PAWNO is very sensitive for this.
pawn Код:
public OnGameModeInit()
{
// Don’t use these lines if it’s a filterscript
SetGameModeText("Blank Script")
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
infopickup = CreatePickup(1318, 1, 1457.2872, -1010.9865, 26.8438
return 1;
}
The difference is, that the proper characters are one character, and you've used 2 similar looking characters, which look the same if placed next to each other. PAWNO is very sensitive for this.