Search Results
hey, i did that, i tried when the player connect, and then when the player spawn. Maybe i'll try to load animations with a timer, not everything at once
55,329
hey, in the beginning of my filterscript i load all animations, just to be sure that they will be played without having to type the command twice. However it crashed the player, is there a safer way ...
55,329
Thanks for your quick answers ! I was'nt aware of the OnPlayerEditObject callback ! Solved thanks to you.
107
Hi, i'm developping a in game mapping script, a 3d text label appear when an object is created, but when you move it using the EditObject function, it looks like the object has'nt really moved, and t...
107
https://sampforum.blast.hk/showthread.php?tid=376758 Hi, once in game, i create a new project, manage it, create a new text, but then nothin happen
17,842
It's strange. In game, i see the menu, i can click in New Project button, when i enter a project name on the dialog box, nothing appear. I'm using 0.3z version of samp. and 0.3.6 version of samp-serv...
17,842
Hi, i'm looking for the font of the samp's chatlog plz (not diploma, beckett etc) thx again.
103
Thanks rickisme. (+rep). The two command you gave me(strtok & strrest), are same as mine. But it work in game. I cant see what mistake i made. (sorry for my english)
188
Sorry i'm french. The thing is that i wanted to do that command with strtok. rickisme, i already have strtok. Thanks anyway.
188
Hello, i try to make a /sms command, but i run out of ideas. The number doesn't work, same for the text, i dont know what to do. pawn Код: if(!strcmp("/sms", cmdtext, true))        {     ...
188
I used Memoryz's solution because it was the easiest, but thank you it work
162
Hello ! I created a FS (chase cop event), but my admin system is in my GM, so i cant make that only an admin can launch the event, is there a way to link both ? Thanks.
162
don't like sscanf. Thanks, but, the cmdtext[4] does'nt need the size ?
164
Hi, i just have a question to ask you guys: I wrote a simple command that send the playerid's text to everyone. So the text parameter is stocked is the text variable. But if i delete the 4 in the str...
164
pawn Код: if(IsPlayerInRangeOfPoint(playerid, Float:range, Float:x, Float:y, Float:z))
287
Hi ! I have created a /radio command and when we type /r, informations about this cmd appear (it work), and if we put as argument a text (/r <text>), the text will be sent to all players in the...
61