Search Results
pawn Code: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    switch(dialogid)    {        case 1: //login dialog        {            if(!response) Kic...
3,133
Thanks that helped! But how can I split this line? If I try to split it, I get more errors and now only one error (the too long error). pawn Код: mysql_format(mysql, query, sizeof(query),    "U...
68
Hey, I have a problem here, I'm following a tutorial and now I have 4 error's on almost the same line. My errors: Код: C:\Users\Jordy\Desktop\SAMP server\gamemodes\server.pwn(202) : error 037: in...
68
Nice, nice! It's good to have MySQL tutorials here too, I really needed this!
359
Hey, I have something like this: Quote: CMD:work(playerid, params[]) { if(IsPlayerInRangeOfPoint(playerid, 250.0, 1067.5548,2092.2280,10.8203)) { SendClientMessage(playerid, COLO...
61
Hey, I have something like this: Quote: CMD:work(playerid, params[]) { if(IsPlayerInRangeOfPoint(playerid, 250.0, 1067.5548,2092.2280,10.8203)) { SendClientMessage(playerid, COLO...
91
foreach(wheelmodels, I) { Is line 49381.
74
Hey, I have some errors: Код: G:\Server\gamemodes\rp.pwn(49381) : error 017: undefined symbol "YSI_gwheelmodelsS" G:\Server\gamemodes\rp.pwn(49381) : error 017: undefined symbol "YSI_gwheelmodels...
74
Hey, I have a problem with my code. I some errors: Код: C:\Users\Administrator\Desktop\Roleplay\gamemodes\rp.pwn(1318) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Users\Administra...
111
Hey, Can someone help me whit this: pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/mycommand", cmdtext, true, 10) == 0)    {    if(!strlen(cmdtext[5]) return Sen...
90
It was the slash. Thanks man!
85
Hey, I have a problem whit my Y_INI, If I want to compile, it give this error: pawn Код: C:\Users\Administrator\Desktop\Roleplay\pawno\include\YSI/y_timers.inc(83) : fatal error 100: cannot read...
85
pawn Код: bPickupID,    bPrice,}enum spikeE {    sObjID,    Float:sPos[4],    sDeployer[MAX_PLAYER_NAME],}enum RblockE {    rObjID,    rObjID2,    rObjID3,    rObjID4,    Float:r...
105
Yes I have the newest include and plugin.
105
Hey, I've updated the streamer, but now I get some errors: Код: C:\Users\Administrator\Desktop\AFRPWindows\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x...
105
Ow yes stupid of me, and why the objects is there something wrong?
110
It's a big code, here is a part of it: Код: /* -------------------------------------- Mapping (objects, static 3D texts, static pickups) -------------------------------------- */ LSMall(); Gy...
110
Hey, I have a problem whit my script. It doesn't show the objects and pickups and labels and.. I don't know why? If I debug my code I don't get any error or so.. ? Can someone help me please? Thanks...
110