Search Results
look , it was saving , and i think the iii.pwn has been saved was not show yet and suddenly the computer power cable just cutted off i dont know how long its taked but its saved to 25480 line (last li...
200
hi i was just working on my game mode , i pressed ctrl + s to save that but accidently the computer power just cuted off and the computer shoted down , its just saved 25480 lines and others just gone ...
333
no i was saving with ctrl + s not compile
200
hi i was just working on my game mode , i pressed ctrl + s to save that but accidently the computer power just cuted off and the computer shoted down , its just saved 25480 lines and others just gone ...
200
Quote: Originally Posted by NaS It's not a bug if the object just doesn't have any collision. You could try to find another camera model with collision (if there is any), or place a small...
395
dude i just do what you said , i put another object behind that , everything ok on offline (i mean local host , on my pc) but when i run the server on vps , and try to shoot the dynamic objct it will ...
395
i found the problem , the security are buggy objects , when you shoot them the bullets go through them and not damage them , but i should use camera objects ._. what can i do :@
395
hi guyz , i have this callback : Code: public OnPlayerShootDynamicObject(playerid, weaponid, objectid, Float:x,Float:y,Float:z) { for(new i = 0; i < 20 ; i++) { if(IsValidDynamicObject(Rob...
395
Hi , i tried to use this inc : https://sampforum.blast.hk/showthread.php?tid=611142 now when i want to compile my game mode i get this errors and warnings : Code: C:\Pawn Works\Samp Folder\Samp\pawn...
95
hi. this is what you want : Код: SetPlayerPos(playerid, 731.2689,-1276.3110,17.6484); SetPlayerFacingAngle(playerid, 90.0); SetPlayerCameraPos(playerid, 726.6160, -1276.1014, 18.6790); SetPlayer...
131
its TimeStamp (UNIX) Format not the usual time format ! https://sampforum.blast.hk/showthread.php?tid=254915
230
wait , i found something , it will just happend when i set the boneid on buying attachment to HEAD ?
55
hi , i created some attach object system , it will save the object info in player profile , so i want to (re)attach them on player spawn (if they just join or respawn after death objects should reload...
55
Quote: Originally Posted by Kaliber Dont use static, use new here! PHP код: new str[sizeof(ClanN[])*34] = "Name"; for(new i; i < sizeof(ClanN[]); i++) //edit {    Â...
138
#define MAX_CLANS 16 new ClanN [MAX_CLANS][25][255];
138
Hi i want to have about 25 line in dialog (list) but it will not show anything and not responde , and have some thing in samp server exe like array index out of bounse its ok with 15 list item but i w...
138