Quote:
Originally Posted by karemmahmed22
example
under your defines
PHP код:
new housePickup;
OnGamemodeInit(or whatever you creating the pickup on)
PHP код:
housePickup = CreatePickup(model, type , x , y , z );
To destroy it(place anywhere in your script, maybe in the command or callback you want to destroy the pickup on)
PHP код:
DestroyPickup(housePickup);
|
but..at my ongamemodeinit,i never create pickup b4...