- 0
problema
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
andy47
deci,am inceput intr-o zi sa scriptez si cand am scris:
CMD:nrg( playerid, params[ ] )
{
if(IsPlayerInAnyVehicle(playerid)) return Info( playerid, "~r~~h~Already drive a car. ~b~~h~Out of the car and try again.");
Info( playerid, "Personal ~b~~h~NRG-500~w~ succesfully created" );
aCreateThing(playerid, 522, 191);
PlayerPlaySound(playerid, 1139, 0.0, 0.0, 0.0);
return 1;
}
si cand dau compile:
D:\mere.pwn(261) : error 017: undefined symbol "Info"
D:\mere.pwn(262) : error 017: undefined symbol "Info"
D:\mere.pwn(263) : error 017: undefined symbol "aCreateThing"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Ce sai fac?
am pus include zcmd
3 answers to this question
Recommended Posts