SA-MP Forums Archive
RemoveBuildingForPlayer - Other threads doesn't help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: RemoveBuildingForPlayer - Other threads doesn't help! (/showthread.php?tid=423457)



RemoveBuildingForPlayer - Other threads doesn't help! - Spose - 17.03.2013

Hi there. I've searched around on a bunch of different threads with people having the same problems as me, thing is, either the people who are trying to help have given poorly written answers, or their attempt to help doesn't fix my problem. So, I need help from someone who actually knows what they're doing!

My problem: I can't get RemoveBuildingForPlayer to work. I don't understand what they mean when they say "put it under OnPlayerConnect". If someone is about to post the very same answer, please post a few lines of codes showing WHERE I should actually put it. And what I don't understand is - when I try to download the new SA-MP server shit (0.3x), and put them on my desktop, I don't understand what to do to get all my files in there? I've tried copying them all by hand from for example; my 0.3b script, but that doesn't work either?

In desperate need of help!


Re: RemoveBuildingForPlayer - Other threads doesn't help! - Vince - 17.03.2013

Open Pawno. Open the script. Press CTRL-F. Write: OnPlayerConnect. Click OK. Paste the RemoveBuilding lines between the { and the } of that block. Press F5 on your keyboard.


Re: RemoveBuildingForPlayer - Other threads doesn't help! - Spose - 17.03.2013

Quote:
Originally Posted by Vince
Посмотреть сообщение
Open Pawno. Open the script. Press CTRL-F. Write: OnPlayerConnect. Click OK. Paste the RemoveBuilding lines between the { and the } of that block. Press F5 on your keyboard.
After blood, sweat and tears it worked out fine, just fine. The problem was, after I managed to compile the shit, was the samp-server.exe wouldn't work, however, copied my old scriptfiles to it, and now it works great!

Thanks


Re: RemoveBuildingForPlayer - Other threads doesn't help! - Joshman543 - 17.03.2013

Let me know if any problems persist.