Search Results
It would not rly be bunched up in one line seeming ik how i want to organize it... but anyways it is possible i just don't know how. :/
103
Ok so as of now my server is saving everything correctly nothing is wrong but i want a different way to wright it to the logs... how I want mine to look in the file of the user pawn Код: Password...
103
no matter what command i type it says Invalid command entered.
119
That is what I'm using for what I'm doing... I just edited it so it works for my server.... the only prob i have is it shows my name and not the NPC name. :/ can i define it or something so that playe...
119
That's what I had thought but it did not work, i typed the command and nothing ever happened
119
I got this error... :/ pawn Code: 004 A-RP    5206    "function "zcmd_OnPlayerCommandText" is not implemented" EDIT: Fixed let me test it IG quick EDIT2: it's saying Tcmd Tslap %s %s.. and not ...
119
Ok i have a command to send commands to my NPC so that they can "act" as real players... as of now it just shows the name of the person typing the command and not the NPC's name. :/ Will +rep for who...
119
Never mind i fixed it... just need to be if not else if
58
I'm trying to make it so if you are in you're vehicle slot 1 it creates neon for that car, then if in vehicle slot 2 it creates neon for your second car... and what i have now is not working... it cau...
58
Ok umm i have a neon system i made and now trying to use but i don't want neon to be able to be used on bikes like NRG, BMX, etc... how would i make it so you can't use the /neon command if you are on...
67
How would I kill the timer? Could you give me a example please?
114
use this http://gta-sa-mp.de/forum/index.php?page=Objects
65
Quote: Originally Posted by Mattakil jacob's code isn't right. pawn Код: pInfo[playerid][points] = -2500; should be pawn Код: pInfo[playerid][points] -= 2500; That's what he...
191
what do you mean? it should be removing 2500... please add me on skype if you need extra help... "michaelwharton101"
191
try this pawn Код: SendClientMessage(playerid, COLOR_LIME, "[Success]{FFFFFF} You have bought a Bullet for 2500 points! Use /carhelp to see your abilities!");                    pInfo[p...
191
Because you are not telling the server to destroy player car on disconnect.
127
Ok I have this so far, now when it changes the time/textdraw the time goes back to the old time not the new time set Please help me! i will rep pawn Код: CMD:tod(playerid, params[]){    new stri...
114
Ok so I want to be able to set my game time so lets say it's 18h:10m:20s, I would want to be able to set it to lets say 19h:20m:0s, How would I do this? I use zcmd and i want it to be set to /tod for ...
114