Search Results
Hi, Im not fimiliar with how floatffset X/Y/Z and float:Rot X/Y/Z work and if there is actually a bandana id can someone if possible explain how to get the float coords for a face and what the bandana...
119
What is the idex of a object? How do you the index of a certain object? Link: https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject Thanks In Advanced!
114
pawn Код: public OnPlayerDeath(playerid, killerid, reason){        if(killerid == INVALID_PLAYER_ID)//They killed them self    {        SendDeathMessage(INVALID_PLAYER_ID,playerid,reason...
241
can u make permo fire like a burn car shell thats aways burning on the road,How can i do this ant help?
112
Its telling you that you need to forward those callbacks. Put this on the top of you script under the includes/defines. pawn Код: forward OnPlayerEnterCP(playerid);forward OnPlayerEnterVehicle(p...
83
can u add 0.3cc objects in a MTA sorta way of ingame? or is it CreateObject at w/e coords?
112
Can someone please post a link or a short tutorial on how to create fire in code please. Thanks in advanced!
112
nice thanks alot man..just to get it clear i just run a 60 sec timer for timechange then it will change 1 hour every min correct?
83
Lol yeh dude theres only 1 there xD
152
I can only find 1 Cluckn Bell interior online im sure theres more then one i need another 2 Cluckn Bell interiors does anyone know a link or have the coords/interior ID's for them? Thanks in advanced...
152
Ok so this code is simple as we all know thanks to the function Код: SetWorldTime But im not sure how i should do it to make it more efficient. This is what i have so far,Can someone with experi...
83
******: SAMP Wiki ,Do The Tutorials And Use The Search For Functions,Only Way.
111
So i want to use the same cluckn bell interior for 3 different cluckn bell locations but use the same coords for the exits but SetPlayerPos in 3 different locations (The right places) How can i do t...
89
AllowInteriorWeapons(); try that
174
Use this function.. pawn Код: Random(100000000000); Will return a value from 0-99999999999
125
#define MAX_RAND_NUM 99999999999 ??
125
ahh try removing this pawn Код: new cmd[256], idx;    cmd = strtok(cmdtext, idx); ... Edit: pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    dcmd(explode, 6, cmdtext);...
82