Search Results
i was playing on new gamerx server that moment in SF airport where was lots of players attached objects, and that new primitives, that happened on key press accelerate, i was playing about 30 min befo...
54
SA-MP 0.3c-RC2 Exception At Address: 0x005D85AA Registers: EAX: 0x0A1B2BD0 EBX: 0x00000000 ECX: 0x0A1B2B80 EDX: 0x132C7444 ESI: 0x00000000 EDI: 0x002646C4 EBP: 0x00000000 ESP: 0x0022FCA0 EFLAGS: 0x00...
54
i dont think that is great idea 'cause dialogs due to players resolution diferences will over loop i mean will stand on each other or spaces will be too big..
154
Quote: Originally Posted by Born2die ^post above is better. pawn Код: forward Action()public Action(){//actions}dcmd_ahelp(playerid,params){Action();return 1;}dcmd_ah(playerid,params)...
142
sorry public onplayerspawn(playerid) (ancidentaly deleted "{")
56
i recently started new gm and things started happening like no it was everything on but bum Код: (161) : error 021: symbol already defined: "TogglePlayerControllable" (163) : error 010: invalid f...
56
now i beleave that's possible dont give me hopes (replies) and i wont bump it
133
but with scanf you can scan like line with one enter button pres i found error fool me again at printf("deasnt need %f that & symbol only in scanf", a); sorry your way als will show 0.00 cause pri...
108
Not in server i'm making c program math homeork maker for my brother i made lots formulas equations discriminants and so on, and if i'll learn how to manke in server i'll transfer it to c. why not in ...
133
i want to make program wich works any way or step by step but it should do that if you enter any matematical formulait solve it by reading inputing it or by putting formula step by stem as i xplained ...
133
ok.. that's impossible, last bump
133
Код: new keystr[128]; format(keystr,sizeof(keystr),"I pressed %d",newkeys); SendClientMessage(playerid,0x00ff009e,keystr); put under onkeystatecahnge
107
new POST EDIT=============SOLVED new error with c, this time imade test why i get allways answer 0.. and i made test program which shows that all arguments after scanf =0 the code.. Код: float a,b...
108
Ok today i got pwned by pawn when i din`t knew how to make universal calculator like i enter string "(5+5)/2" and placing it into Код: answer=string in my eyes that should look Код: answer=(5...
133
i figured it out, and now i'm getting undefined symbol tires= encode_tires(1,1,1,1); when i'm trying to test some poping comands EDIT: ok i saw on samp wiki that i shoul use (vehicleid,panels, doors, ...
4,596
i want to know if there is any way to check all same variables within arrays, dont know how to tell but there is code part: Код: if(pickupid==ArmourPickup[0]||ArmourPickup[1]||ArmourPickup[2]||Arm...
99
So, i have to set this variable to 0 before setting it +1 ?
4,596
Ok, that is great, but how i can sum up Pvars int like in older version i used Код: variable[playerid]=variable[playerid]+1; so now i have to use that way: Код: SetPVarInt(playerid,"variable"...
4,596
that works really thanks for both of you, this one is really useful
145