Quote:
Originally Posted by Moustafa
Script:
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate) { AddStaticPickup(1239, X, 1778.5148, -1575.8615, 17.4416); // Line 4 return 1; }
Error:
pawn Код:
C:\Documents and Settings\*****\Desktop\Desktop\server\gamemodes\tessssssssst.pwn(4) : error 017: undefined symbol "X" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
On weeddarr website i found that X on the Pickup's thingy is to do nothing with the pickup, not to respawn and not to take it..
And when i tried to put it and compile, it gave me the error that you guys see..
On Weeddar webpage of X: X = can't pick it up
|
pawn Код:
AddStaticPickup(1239, 1, 1778.5148, -1575.8615, 17.4416); // Line 4
that should work mate.