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
398
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...
235
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...
235
this is pretty useful
1,220
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...
275
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
275
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...
275
hmm okay. why isn't there a script to do this, to just disable 1? i don't understand why but okay
408
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...
408
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...
408
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
216
I have this piece of script
pawn Код:
if(pickupid == knife) { weapon[playerid] = 4; weaponcost[playerid] = 750; ammo2[playerid] = 1; TextDrawShowFo...
216
ok thanks man i got it!
279
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!!
279
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......
224
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_...
224
Quote:
Originally Posted by RealCop228
pawn Код:
GetPVarInt(playerid,"comb")+7
thanks man!
189
i have 4 errors when i have this code.
pawn Код:
else if(pickupid == comb) { weapon[playerid] = 27; weaponcost[playerid] = 1200; ammo2[playerid] = 210; ...
189
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...
395