Search Results
Quote: Originally Posted by funky1234 You haven't got the latest 0.3d includes, then. //Shameless advertisement: If you wish to keep all your mapping code together, then you can take a lo...
85
Quote: Originally Posted by Calgon Place the code wherever it should be. The most common place to put it is usually in OnPlayerConnect or OnPlayerSpawn. I've tried that but it gives me ...
85
How do I remove certain buildings that I want?I used JernejL's Map Editor but I don't know where to put the codes example : pawn Код: RemoveBuildingForPlayer(playerid, 1408, 1093.3047, -293.7813,...
85
Quote: Originally Posted by prohp1154 thanks , i add it ok i can you show me how to add commands to gamemode pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    retur...
176
idk..it wont work still the same. Is there anyway to put my pawn Code: CMD:exit(playerid, params[]) command to OnPlayerKeyStateChange?
150
It allows me to enter but it didnt allow me to exit o.o
150
You mean switching the coordinates? like : pawn Code: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    if(newkeys & KEY_SECONDARY_ATTACK)    {        if(IsPlayerInRangeOfPoin...
150
pawn Code: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    if(newkeys & KEY_SECONDARY_ATTACK)    {        if(IsPlayerInRangeOfPoint(playerid, 1.0, 1170.6563,-1489.6108,22.75...
150
Your plugins should be .so...example : streamer.so , sscanf.so
153
ohhh..go to Control Panel Servers > servers > SAMP then filemanager?
169
You have to upload it manually..If you have "Users" folder on your scriptfiles , you have to create a folder in your scriptfiles named "Users". Thats what i did and it work.
169
1.Multi Theft Auto 2. Blank Map?
91
I think this should be on the request section. check your PM
59
Some rp gamemode has this #define SERVER_GM_TEXT "Changeme" *i meant .pwn . what RP gamemode are you using?
163
Open your gamemode Press CTRL+F then type changeme
163
Its /allowcreation /makeleader is for faction and not for families
85