Search Results
Here is the stock that i tried to use: Quote: stock SetVip(playerid, vlevel) { new vlevel; PlayerInfo[playerid][pVIP] = vlevel; }
211
Only if he buys it in the /shop. I would need a stock or something that would allow me to set his VIP level
211
I understand that and did that, but I have a problem setting the player's VIP to a certain level
211
Quote: Originally Posted by Godly Well considering if u know the basics it wont be hard to make a /shop cmd, but there are a lot of kinds of shop cmds.You want them to apper as a client me...
211
Hello! I want to make a /shop command where if you have enough premium points you can get things like VIP and Premium I just have a problem and that is that I don't know how to make the script set th...
211
When i try to compile my script it gives me this error Код: C:\Users\Axel\Desktop\Server\pawno\include\gl_common.inc(194) : error 021: symbol already defined: "ReturnUser" Help!Will give +Rep
62
Quote: Originally Posted by ZeMuNaC Try this code. Код: public OnPlayerRequestSpawn( playerid ) { return 1; // You must return 1 to do this. } Код: public OnPlayerRequestClass...
113
So i made a register/login system and it still needs me to press the spawn button,i entered Код: public OnPlayerRequestClass(playerid, classid) { SpawnPlayer(playerid); return 1; } But it still...
113
Quote: Originally Posted by ZeMuNaC Because you are missing return after typing command. https://sampwiki.blast.hk/wiki/OnPlayerCommandText Thanks man! +rep
92
When i make a command with ZCMD it compiles fine and works,but it also gives me: SERVER:Unknown Command but the command is working! Help will give + rep
92
It worked,thanks man!+rep
1,771
When i launch SA-MP it shows the SA-MP loading screen for a few seconds and then it gives me this error Код: SA-MP 0.3.7 Exception At Address: 0x77715E93 Base: 0x044B0000 Registers: EAX: 0x000000...
1,771
So when i add the forward to the impl.inc it gives me the errors above but when i replace the edited impl.inc with the original ones it gives me the original 3 errors!Help
367
Now it gives me these errors: Код: C:\Users\Axel\Desktop\RPG@\pawno\include\sscanf2.inc(311) : warning 219: local variable "ret" shadows a variable at a preceding level C:\Users\Axel\Desktop\RPG@...
367
Код: public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z) Line 1755 Код: public OnPlayerTakeDama...
367
Quote: Originally Posted by AbyssMorgan show line and 3 above and below C:\Users\Axel\Desktop\RPG@\include\base-rp.pwn(259) : error 035: argument type mismatch (argument 2) C:\Users\Axel\D...
367
Ok,so i made a SA-MP script and i included y_ini and when i try to compile the script i get these errors: Код: C:\Users\Axel\Desktop\RPG@\pawno\include\YSI\y_hooks/impl.inc(1755) : error 025: fun...
367
Quote: Originally Posted by CalvinC You put Код: #include <YSI/y_ini> It should be Код: #include <YSI\y_ini> Thanks dude i am so stupid i did not notice anything di...
187