Search Results
You may try to do it like this: (Warning: This is just my mumbling about stuff) You know size of vehicle box(xyz), position of car is center of box (o). You know angle of car box in degrees. You kno...
255
Quote: Important Note: You can only have 100 mapicons! Source: https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
54
I have one dilemma what is faster and smarter to do , and why? I more interested in why? Example 1: Код: stock foo(playerid,param1,param2[]) { new Local_Variable[512]; // some code use Local_Va...
77
Update you streamer to last version.
92
if is big mod you need time(wait) or if you have some "terribly wrong mistake" in you code and compiler just can handle such a thing.
145
[QUOTE=whando;2560312] Код: public ReportBroadCast(color,const string[],level) { for(new i = 0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if((PlayerInfo[i][pAdmin] >= leve...
98
May be you create two-much 3DTextLabel or you have some loop like this OnPlayerConnect or OnPlayerSpawn and after some time it create so much 3DTextLabel on one place.
57
Yes i download 1.1 Package. And just one question about this code pawn Код: if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, -1, "You must be in a vehicle");//Make sure they...
170
Try to add this parameters in you Build->Run Option
131
https://sampforum.blast.hk/showthread.php?tid=412666 this as you told me
170
easest file procesor? Dini best file processor? as Frede say
99
@jakejohnsonusa: same as before standing on spawn i can make it to fallow me but not to go in car any working example of PutRNPCInVehicle ?
170
Extract from rar in you pawno folder(where is pawno.exe located) this file pawn.cfg and compile gm then show crash detect plugin server log
131
You will need mysql od sqllite and lots of dynamic thinking. wiki about dynamic programming: Quote: In mathematics, computer science, and economics, dynamic programming is a method for s...
52
I try several way to put NPC in car as driver but : 1-st attempt : Npc just stand still. - Under OnGameModeInit Created NPC - Under OnGameModeInit Created Vehicle - Under OnGameModeInit PutInVehicle ...
170
this Quote: new playerid, bugtype; replace: Quote: new playerid, bugtype[64]; to use this: Quote: if(!strcmp(bugtype, "low", true)
117
I tested whit hi z(cord) no change: on hill do not know but i will leave it to more test when i have more time.
122
I have one idea but i not test it much : if you be able to fallow i will wrote it here and you test it and let me know is it working. Car is in water , OnVehicleDeath is called,Car coordinates are s...
122
If you planing only to use Streamer created object then try to change callback to Quote: forward OnPlayerEditDynamicObject(playerid, objectid, response, Float, Float:y, Float:z, Float:rx,...
102