10.08.2010, 08:34
here is my pickup script
-------------------------------------------------------------------------------------
}
//pickups
help = CreatePickup(1318, 2, 2510.3901,2720.0701,10.8203, -1);
if(pickupid == help) //
{
SendClientMessage(playerid, 0xFFFFFFFF, "You received $100!"); //
return 1;
}
---------------------------------------------------------------------------------------
I have added "new help" to the top of my script but it says when i compile
(103) : error 017: undefined symbol "mypickup"
(607) : error 017: undefined symbol "pickupid"
?
What do i do to sove it?
All i want is a pickup, but when a player picks it up it brings up a message on screen
Thanks
-------------------------------------------------------------------------------------
}
//pickups
help = CreatePickup(1318, 2, 2510.3901,2720.0701,10.8203, -1);
if(pickupid == help) //
{
SendClientMessage(playerid, 0xFFFFFFFF, "You received $100!"); //
return 1;
}
---------------------------------------------------------------------------------------
I have added "new help" to the top of my script but it says when i compile
(103) : error 017: undefined symbol "mypickup"
(607) : error 017: undefined symbol "pickupid"
?
What do i do to sove it?
All i want is a pickup, but when a player picks it up it brings up a message on screen
Thanks