Quote:
Originally Posted by Verc
Include on top of your script just like normal.
Inside yourmap.pwn
PHP код:
RemoveBuilding(playerid)
{
RemoveBuildingForPlayer(...
//etc.
}
Call it in onplayerconnect.
I more recommend you to use y_hooks as it's much easier
|
Thanks man. I used the code you gave me for my scenario but it kept on giving me errors. I had to add public in front of the function and forward it.