Search Results
seriously all rp servers are in ls... isn't there anyone who might think; hmm let's make lv rp?? out of 1000 there is 1 server that has lv-rp
262
Quote: Originally Posted by Viniborn You already make a debug? pff I have no idea. it's been more than a year i touched this script or even played samp. i just fixed the gates that rot...
160
Hey I made my own login and register for my server more than a year ago. It worked fine. When admin logged in it said: PLayerName has logged in as Level 5 Administrator. or when you login it says: ''y...
160
he gave me an example like this: Код: Example: SetPVarInt(playerid,CombatShotgun,GetPVarInt(playerid,CombatShotgun)+210); in pm and said: 7 means add 7 to whatever the PVar is currently at, but if...
153
Quote: Originally Posted by Viniborn This? pawn Код: SetPVarInt(playerid, "Eagle",3*7); can you please do it with the code i posted above? then i'll understand it easier
153
I need to use PVar because of anti-cheat. But I never used or have worked with pvar before. I need to put the pvar code directly after the weapon has given but I have no idea how to do this or if I di...
153
hmm okay. why isn't there a script to do this, to just disable 1? i don't understand why but okay
197
Quote: Originally Posted by MP2 No, there is not. k but is this it? pawn Код: DisableInteriorEnterExits(); can i disable from inside interiour only? or will that to both? damn i w...
197
heey i haven't played or even scripted sa-mp in 15 months. and 0.3d is now out a while i think? and is there an option to remove only 1 specific yellow marker (when you enter a house or something)? i...
197
Quote: Originally Posted by Vince And where's your OnPlayerKeyStateChange code? Or do you expect it to work by itself? oh man you are right, how could i forget it... thanks now fixing it
109
I have this piece of script pawn Код: if(pickupid == knife)    {        weapon[playerid] = 4;        weaponcost[playerid] = 750;        ammo2[playerid] = 1;        TextDrawShowFo...
109
i need to id of sf ammu nation, i got it in my script but i was stupid to add behind the line what is was so now i can't find it. it's the 2 floor ammu (from outside) building, just the id please!!
152
Quote: Originally Posted by irinel1996 after the 2.0 from the end you have to add the final rotation of the object. yes but how, i tried and tried but it gives me warnings and errors......
131
hey i have this code for example: pawn Код: //agate    if (strcmp("/agate", cmdtext, true, 10) == 0)    {        if(pInfo[playerid][pAdmin] == 0) return SendClientMessage(playerid, COLOR_...
131
Quote: Originally Posted by RealCop228 pawn Код: GetPVarInt(playerid,"comb")+7 thanks man!
91
i have 4 errors when i have this code. pawn Код: else if(pickupid == comb)    {        weapon[playerid] = 27;        weaponcost[playerid] = 1200;        ammo2[playerid] = 210;    ...
91
help please. i posted above how my normal script is. i did update F_streamer but i don't know when i go ingame and use /dgate for example, the gates rotate. everyone gives me a line how to do it but i...
195