Need help - Beginner. -
Well, tried mapping with SAMP editor & don't really know how to add what I have mapped, so I am requesting some help.
This is just a test code, but wanna know HOW to add it on the pawno.
Код:
RemoveBuildingForPlayer(playerid, 16590, 199.3438, 1943.7891, 18.2031, 0.25);
RemoveBuildingForPlayer(playerid, 16619, 199.3359, 1943.8750, 18.2031, 0.25);
RemoveBuildingForPlayer(playerid, 3279, 113.3828, 1814.4531, 16.8203, 0.25);
RemoveBuildingForPlayer(playerid, 3279, 165.9531, 1849.9922, 16.8203, 0.25);
RemoveBuildingForPlayer(playerid, 16094, 191.1406, 1870.0391, 21.4766, 0.25);
RemoveBuildingForPlayer(playerid, 3279, 103.8906, 1901.1016, 16.8203, 0.25);
RemoveBuildingForPlayer(playerid, 16203, 199.3438, 1943.7891, 18.2031, 0.25);
RemoveBuildingForPlayer(playerid, 3279, 161.9063, 1933.0938, 16.8203, 0.25);
RemoveBuildingForPlayer(playerid, 16323, 199.3359, 1943.8750, 18.2031, 0.25);
Please type your comments, what to type on the pawno before pasting this, thanks.
Re: Need help - Beginner. -
Well just put these codes in pawno save it press F5 to complie it and you are done..
Re: Need help - Beginner. -
Add that RemoveBuildingForPlayer code under public OnPlayerConnect(playerid) and you are done
If you have CreateObject code, then you will have to just paste it under OnGameModeInit and compile.