Search Results
Quote: Originally Posted by Ranama of course you can, use this: https://sampwiki.blast.hk/wiki/MoveObject or this: MoveDynamicObject( objectid, Float, Float:y, Float:z, Floatpeed, Float:r...
94
pawn Код: MoveDynamicObject(objectid, Float:x, Float:y, Float:z, Float:speed);
94
pawn Код: CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
176
Try: pawn Код: #define COLOR_GREY 0xAFAFAFFF
155
Here's mine. Works great. pawn Код: CMD:color(playerid,params[]){                new col[2],string[128];        if(sscanf(params, "dd",col[0],col[1])) return SendClientMessage(playerid...
151
wiki.sa-mp.com and learn to script. Otherwise search for a RPgm in Gamemodes section.
101
Try make string[128]; 128 is normal for a string.
93
But everything is working fine when I remove "Admin.amx"...
87
Yes it's the "Admin.amx" wich is logging pretty much.
87
Maybe its wrong includes or plugins?!
87
samp03svr: amx/amx.c:803: expand: Assertion `sc<64' failed. bash: line 1: 26286 Aborted ./samp03svr It works on windows server(my pc) but not on linux(the host) Is it something with permissions? ...
87
Nice! I think I'll use this for a VIP/Admin house! Great Job! 10/10.
295
Try using %i instead of %d I saw someone using %i for score. Give it a try!
144
Try using the whole pdata instead of the new. I used whole code and it worked. pawn Код: pInfo[playerid][Kills]
144
Problem Solved I had Wrong Number!
169
Now when I enter the pickup only standing on the same position as the pickup, it dissapears... Help? And I have to re-log to see it again.
169
Nope. I enter the pickup and I spawn at that cordinates and it starts to spam that message
169
The latest changes I've done is change from OnPlayerEnterCP to OnPlayerPickUpPickup And make it to a pickup instead of CheckPoint so I guess I got some wrong interior id or word id? Ans I did also rea...
169