Search Results
Dear CodeStyle175, You have received an infraction at SA-MP Forums. Reason: Insulted Other Member/Flaming/Trolling ------- I have seen you posting WAY too many times on other people’s topics insul...
145
i would go with building good vehicle framwork what would make your future development much easier.
97
why cache_get_value_name_int(row_idx, const column_name[], &destination) const column_name[] is const? because i can't do for example, something like this new s[10]="age", intAge; cache_get_val...
25
PHP код: UserName(p){     new s[24];     GetPlayerName(pid,s,24);     return s; } UserFile(p){     new s[90];     format(s,90,"users/%s.ini",UserName(p));     returnÂ...
108
does ysi libary have some funcinality for pre formatted messages ors
135
projectile doesn't have object rotation.
42
this thing doesnt make sense
42
PHP Code: new lastScore=-1,    lastUser;foreach(Player,i){    if(lastScore < User[i][Score]){        lastUser=i;        lastScore=User[i][Score];    }} 
50
PHP код: new arrAdminRanks[][]={"Admin","Moderator","Moderator","Administrator","Main Administrator","Developer"}; GetUserName(p){     new s[20];     GetPlayerName(p,s,20);     r...
103
you create timer what loops throw players, when player is near to npc for example 5.0 units, then npc idle state changes to walk state and npc starts to follow player.
146
k tnx so iter_free also returns INVALID_ITERATOR_SLOT, if iterator is full?
120
Iter_Random doesn't return -1 when iterator is empty
120
but for example what would i need it for?
626
so do you need tutorial for yourself about coding?
368
this would be easiest way, but i havent used this plugin for long time so idk any specific details PHP код:     new route1=AddNode(0.0,0.0,0.0),route2=AddNode(0.0,0.0,0.0);     Calcula...
36
you dont return 1 in onplayerdialogresponse and what this code should even do?
102
PHP код: enum LabelEnum{     Cash,     Title[10],     MainBody[200] }; new Label[5][LabelEnum] = {     {1000, "Intro", "Complete text description, with examples\nNew ...
31
maybe learn some coding basics, and then try to write those /joinarenda commands what are failed anyway, because static systems are failure today.
35
****** is backend programmer so he looks this codehow its build up, but in real server this include doesn't have any usage, and ****** hasn't built any server .
471