Search Results
Question Edited. ( Solved my first problem )
93
Well pretty much when I use TogglePlayerSpectate and then set camera position, player position and etc but still the player is not visible. Note that it's supposed to spectate your own player. Any ...
93
I have been using SQLite for a while now and I came up with the following question. Where do all the tables and databases we create end up?. Normally we state to create a table if the account does not...
107
Quote: Originally Posted by Rudy_ it's spammed because OnPlayerUpdate is Called 1000 in one sec (i think).... Well OnPlayerUpdate Callback is pretty much the most logical callback to us...
108
I'm currently trying to make a system; When you are near the gate it should print a Message " Please Shout The Secret Word " and if the word he shouts is correct the door opens Pretty much the code c...
108
Quote: Originally Posted by -Luis Can I say something about your signature iFizzy. You do know that it would kick everyone including the player who did the command (if it is a command). Of...
342
I know C++ Basics, but I still cannot fully understand the way to make a plugin. Pretty Much what I cannot understand is how to make something like this pawn Code: SetPlayerMode(playerid, mode) No...
342
Here you are pawn Код: CMD:givecash(playerid, params[]){    new targetid, ammount;    if(sscanf(params, "ui", targetid, ammount)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /giveca...
64
Once you initialize a variable. It default becomes an integer number as long as you don't save text characters inside. For Example pawn Код: new szValue = 5 ; // 5 was saved in variable szValue a...
128
https://sampwiki.blast.hk/wiki/OnPlayerEnterVehicle https://sampforum.blast.hk/showthread.php?tid=107762 'Search' button is here for a reason.
85
Quote: Originally Posted by Alvin007 Your Opinion. *cough* Everyone's opinion
192
rCmd sucks, use zcmd instead https://sampforum.blast.hk/showthread.php?tid=91354 Here how to do it with zcmd pawn Код: CMD:test(playerid, params[]){SendClientMessage(playerid, -1, "Test command"...
101
https://sampwiki.blast.hk/wiki/GetPlayerVehicleSeat
85