Search Results
Quote: Originally Posted by Zh3r0 No there isn't, you must do them manually. Okay :/. Well thanks for your reply.
88
Ive changed from sscanf to sscanf2. But do i have to change every single command or is there a easier way? like this: pawn Код: // before NOT WORKING:new Message[128], string[ 128 ];if( sscanf( pa...
88
I have them set here: pawn Код: enum PlayerStatistics{    EXP,    Level,}; pawn Код: stock Reset( playerid ){    Player[playerid][EXP] = 0;    Player[playerid][Level] = 0;    retur...
43
Hey, I have made a level system and it saves find and all works if your in-game but if you rejoin or the server restarts all exp and levels gets reset to 0 but only when you join. What could be the p...
43
I use this for a laser/sdpistol but when i use it, it shoots at myself not the target so what could be wrong with it? pawn Код: stock IsPlayerAiming(playerid, aimid){    // Not my function, ca...
70
It opens the menu fine if i set it to this dialog. So why won't it open the other is it something with the numbers? pawn Код: command(rcsd, playerid, params[]){    #pragma unused params    if...
76
Quote: Originally Posted by Davz*|*Criss Post full fs please. Ive edited my first post. Quote: Originally Posted by Medal Of Honor team pawn Код: if(dialogid == 34132){...
76
I have this Dialog but it won't open and i can't see a problem with it. pawn Код: command(rcsd, playerid, params[]){    #pragma unused params    if(Groups[Player[playerid][Group]][CommandType...
76
Quote: Originally Posted by Hashski pawn Код: if( Groups[Player[playerid][Group]][CommandTypes] == 1 || Groups[Player[playerid][Group]][CommandTypes] == 11 ) Yes ofcurse lool.. Tha...
61
Okay Im trying to set so you can type a command if your in a group/if you have the commandtype. But i can't get it working here is the code pawn Код: if( Groups[Player[playerid][Group]][CommandTy...
61
Quote: Originally Posted by Babul hm. i think i got it already ^^ pay attention to this line: Код: if(Player[playerid][EXP] >= (Player[playerid][Level]+1)*10) i changed the == to &g...
118
Quote: Originally Posted by Retardedwolf I don't see anything wrong in your script, I don't get you lol. You want it so if a player has level 1 and he does /buylevel he gets 10 EXP still b...
118
Quote: Originally Posted by Retardedwolf I don't get what you mean do you want it to make so you can only get a max amount of EXP per level then you must /buylevel? No i mean... You ne...
118
when you have 10/10 EP (experince point) you can buy a level ( /buylevel ). But if you have 11/10 I mean higher than 10/10 you cant it just send the message. Код: You don't have enough Experienc...
118
Quote: Originally Posted by Pawno_Master This may help you. https://sampwiki.blast.hk/wiki/Gettime Quote: Originally Posted by Rachael set a global variable eg 'new lasthou...
69
Hello I want to make so you get the payday every :00 ( hour ) can anybody help me its currently set to every 3600 seconds?
69
Quote: Originally Posted by RealCop228 It destroys the vehicle from the server, but when it restarts, the vehicle reappears. Am I correct? Correct! Works now
91
Im trying to destroy a owned vehicle but it only destroys the vehicle im in but i still got the vehicle? its just not there Pretty hard to explaine if you didnt understand please let me know! pawn ...
91
Quote: Originally Posted by Sascha reply please Ye.. Can anybody help?
88
Im currently working on a vehicle ownership and i need a bit of help/suggestions. When you get into a buyable car you get a dialog, when you click buy you own the car, i need help/suggestion to when ...
88