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...
587
i would go with building good vehicle framwork what would make your future development much easier.
429
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...
184
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Â...
435
does ysi libary have some funcinality for pre formatted messages ors
377
why are you using string sized 19000?
469
PHP Code:
new lastScore=-1,    lastUser;foreach(Player,i){    if(lastScore < User[i][Score]){        lastUser=i;        lastScore=User[i][Score];    }}Â
355
PHP код:
new arrAdminRanks[][]={"Admin","Moderator","Moderator","Administrator","Main Administrator","Developer"};
GetUserName(p){
    new s[20];
    GetPlayerName(p,s,20);
    r...
503
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.
687
k tnx
so iter_free also returns INVALID_ITERATOR_SLOT, if iterator is full?
370
Iter_Random doesn't return -1 when iterator is empty
370
so do you need tutorial for yourself about coding?
1,110
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...
211
you dont return 1 in onplayerdialogresponse and what this code should even do?
306
PHP код:
enum LabelEnum{
    Cash,
    Title[10],
    MainBody[200]
};
new Label[5][LabelEnum] = {
    {1000, "Intro", "Complete text description, with examples\nNew ...
175
maybe learn some coding basics, and then try to write those /joinarenda commands what are failed anyway, because static systems are failure today.
450
****** 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 .
1,684