Search Results
When "if(PlayerData[playerid][petTest] == 1)" i want to use SetDynamicActorPos at OnPlayerUpdate. Like actor following system.
1,071
SetDynamicActorPos doesn't work at OnPlayerUpdate. Actor disappears.
1,071
Which version of streamer should I use?
1,071
I got error Code: undefined symbol "CreateDynamicActor" How can I fix this error?
1,071
How can I use the "CreateDynamicActor" symbol for my server? I tried many streamer plugin version but it didn't work. Example: SetDynamicActorPos didn't work. What should I do?
1,071
Code: Pet_Refresh(petid) { if (petid != -1 && PetData[petid][petExists]) { if (IsValidDynamic3DTextLabel(PetData[petid][petText3D])) DestroyDynamic3DTextLabel(PetData[petid][petText...
116
Actor is showing before, but after it disappears.
116
I am making a pet system by using actors. When I create a actor it works but when I restart the server, actor doesn't show. Just actor's text is showing. The codes that I am using to create a actor: C...
116
I will download the special animations that i made to player's computer by using client and then i use them in my own server. Am i right?
138
But i've seen a video about like this. If you want to see https://www.youtube.com/watch?v=ipD8tGucKlk
138
Hello everyone. I want to add special animations (Fortnite dances etc...) to my own server. How can I do this on SAMP 0.3DL? (Without Special Server Client)
138
How can I update the MYSQL? MYSQL information: In character object, Character table will change to "PlayerData[playerid][pCharacter]"
52
Код: Error: NPC 'TestNPC' not created. Name 'TestNPC' is invalid or the maxnpc limit in server.cfg has been reached.
147
I tried FCNPC but some commands didn't work. (FCNPC_Create, FCNPC_Spawn etc.)
147
I'm making a pet system with actor. I want to do "/petfollow" command but I couldn't. Can anyone help me? Codes're here. Код: CMD:actorolustur(playerid) { new Float:pos[4]; GetPlayerPos(playeri...
147
Thanks. I will try and write what happened.
142